LOAD=NO_FORCE_LOAD_THE_L
MRT0 Time interval value register. This value is loaded into the TIMER0 register.
IVALUE | Time interval load value. This value is loaded into the TIMERn register and the MRTn starts counting down from IVALUE -1. If the timer is idle, writing a non-zero value to this bit field starts the timer immediately. If the timer is running, writing a zero to this bit field does the following: If LOAD = 1, the timer stops immediately. If LOAD = 0, the timer stops at the end of the time interval. |
RESERVED | Reserved, user software should not write ones to reserved bits. The value read from a reserved bit is not defined. |
LOAD | Determines how the timer interval value IVALUE is loaded into the TIMERn register. This bit is write-only. Reading this bit always returns 0. 0 (NO_FORCE_LOAD_THE_L): No force load. The load from the INTVALn register to the TIMERn register is processed at the end of the time interval if the repeat mode is selected. 1 (FORCE_LOAD_THE_INTV): Force load. The INTVALn interval value IVALUE is immediately loaded into the TIMERn register while TIMERn is running. |